mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-08 21:44:35 +02:00
Added closed doors to the two private areas for the ul'dah opening. CAN'T ESCAPE NOW!!!!
This commit is contained in:
parent
bac901c437
commit
372d50d7eb
5 changed files with 23 additions and 18 deletions
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
|
Loading…
Add table
Add a link
Reference in a new issue