mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-28 16:16:27 +00:00
@@ -0,0 +1,8 @@
|
||||
INSERT INTO version_db_world (`sql_rev`) VALUES ('1488307580281293100');
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_gen_moss_covered_feet';
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(6870, 'spell_gen_moss_covered_feet'),
|
||||
(31399, 'spell_gen_moss_covered_feet');
|
||||
|
||||
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
INSERT INTO version_db_world (`sql_rev`) VALUES ('1488539095792222900');
|
||||
DELETE FROM `creature` WHERE `GUID` IN(72106);
|
||||
INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`) VALUES (72106, 20290, 530, 1, 1, 0, 0, -284.632, 6580.16, 15.1109, 4.78078, 300, 5, 0, 5158, 0, 1, 0, 0, 0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user