mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
Added closed doors to the two private areas for the ul'dah opening. CAN'T ESCAPE NOW!!!!
This commit is contained in:
3
data/scripts/unique/wil0Battle01/DoorStandard/door3.lua
Normal file
3
data/scripts/unique/wil0Battle01/DoorStandard/door3.lua
Normal file
@@ -0,0 +1,3 @@
|
||||
function init(npc)
|
||||
return false, false, 0, 0, 0x1A5, 4040;
|
||||
end
|
@@ -0,0 +1,3 @@
|
||||
function init(npc)
|
||||
return false, false, 0, 0, 0x1A5, 2829;
|
||||
end
|
@@ -0,0 +1,3 @@
|
||||
function init(npc)
|
||||
return false, false, 0, 0, 0x1A5, 2825;
|
||||
end
|
Reference in New Issue
Block a user