correct info of Stormwind NPC Leria Nightwind

correcting position and posture of Leria Nightwind
This commit is contained in:
-Shiken-
2022-01-01 16:34:59 +08:00
committed by GitHub
parent 6aa32f0848
commit 3f7750bc36

View File

@@ -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);