mirror of
https://github.com/araxiaonline/pandaria_5.4.8.git
synced 2026-06-13 03:22:21 -04:00
correct info of Stormwind NPC Leria Nightwind
correcting position and posture of Leria Nightwind
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
-- position, orientaion of Leria Nightwind
|
||||
UPDATE creature SET position_x='-8722.81',position_y='522.099',position_z='98.8999',orientation='1.84176' WHERE id = 61837;
|
||||
-- update Leria Nightwind's posture to sitting
|
||||
INSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `auras`) VALUES ((SELECT guid FROM creature WHERE id= '61837'), 0, 0, 0, 257, 426, NULL);
|
||||
Reference in New Issue
Block a user