Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Missed White Kitten #67

Closed
alexkulya opened this issue Dec 8, 2018 · 0 comments
Closed

Add Missed White Kitten #67

alexkulya opened this issue Dec 8, 2018 · 0 comments

Comments

@alexkulya
Copy link
Contributor

Add Missed White Kitten spawn
White Kitten was follows to Little Timmy
Used Free GUID
Data taken from cmangos classic

-- White Kitten
DELETE FROM `creature_groups` WHERE `leader_guid` = 45501;
INSERT INTO `creature_groups` (`leader_guid`, `member_guid`, `dist`, `angle`, `flags`) VALUES 
(45501, 45501, 0, 0, 1),
(45501, 53705, 2, 155, 1);
DELETE FROM creature WHERE guid = 53705 AND id = 7386;
INSERT INTO creature (guid, id, map, modelid, equipment_id, position_x, position_y, position_z, orientation, spawntimesecsmin, spawntimesecsmax, spawndist, currentwaypoint, curhealth, curmana, DeathState, MovementType) VALUES
(53705, 7386, 0, 0, 0, -8650, 903.817, 98.421, 3.768, 180, 180, 0, 0, 64, 0, 0, 0);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant